From: GPSBabel Date: Mon, 29 Apr 2019 02:47:46 +0000 (-0500) Subject: Remove outdated multiline comment in gdb.cc X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~8^2~1^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=a805f49d4a03c98bcb5703c409174d92661f14ff;p=gpsbabel.git Remove outdated multiline comment in gdb.cc --- diff --git a/gdb.cc b/gdb.cc index 795b39819..4524e54c8 100644 --- a/gdb.cc +++ b/gdb.cc @@ -185,9 +185,7 @@ disp_summary(const gbfile* f) // which ways in which versions are not at all clear, leaing to // encoding issues on read and leaks because of teh differences // in calling conventions on who owns/destroys the result. -//#define FREAD_CSTR \ -// (gdb_ver >= GDB_VER_UTF8) ? QString::fromUtf8(gdb_fread_cstr(fin)) : \ -// QString::fromLatin1(gdb_fread_cstr(fin)) + #define FREAD_CSTR_AS_QSTR gbfgetcstr(fin) static char* gdb_fread_cstr(gbfile* fin);